Skip to content

[3.13] gh-151678: Add tests for tkinter.scrolledtext (GH-151753)#151761

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-a9db5cb-3.13
Jun 20, 2026
Merged

[3.13] gh-151678: Add tests for tkinter.scrolledtext (GH-151753)#151761
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-a9db5cb-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Add a test for the ScrolledText widget, which had no tests: that it is
a Text widget held in a Frame with a Scrollbar, that Text methods work,
that the geometry manager methods are redirected to the frame while
configure is not, and that the scrollbar tracks the text view.
(cherry picked from commit a9db5cb)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

Add a test for the ScrolledText widget, which had no tests: that it is
a Text widget held in a Frame with a Scrollbar, that Text methods work,
that the geometry manager methods are redirected to the frame while
configure is not, and that the scrollbar tracks the text view.
(cherry picked from commit a9db5cb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@serhiy-storchaka serhiy-storchaka merged commit a50207d into python:3.13 Jun 20, 2026
42 checks passed
@miss-islington miss-islington deleted the backport-a9db5cb-3.13 branch June 20, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants